Get vimeo thumbnail image through SSL - vimeo

Like this image for example: http://b.vimeocdn.com/ts/449/060/449060084_100.jpg
Youtube is able to give me their images through SSL https://img.youtube.com/vi/_EvDcmcX0Kk/0.jpg, but Vimeo doesn't. Probably because they are on CDN hosted on akamai. Is there any way of doing it though ?
Thanks.

If the host is b.vimeocdn.com you can use https://secure-b.vimeocdn.com/ts/449/060/449060084_100.jpg to access the images over secure.
We are in the process of rolling out a new image system which will use the same host for secure and insecure. If the host of the image is i.vimeocdn.com then you can use https without changing the host.

Related

HTTPS migration

I recently migrated a website to HTTPS using an AutoSSL tool on bluehost. I see some distortions in the content like missing background colors, table displacements, missing_logos etc.
Does anyone know how styling can get effected with HTTPS migration effect?
If you access a website using HTTPS, the browser will block resource requests using HTTP. You should load all resources securely over HTTPS.
You can edit .htaccess file. And to migrate your traffic from HTTP to HTTPS, you require a redirect rule.
So, it's obvious to use .htaccess. I hope you know how to edit such a file.
I will suggest you check this Article How to Force SSL and Manage the non-SSL Page Using cPanel

Wordpress host with raspberry pi - images don't load when accessing it from outside the network

I'm trying to make my first basic web server to host a wordpress website using a Raspberry pi 3, nginx, php7.0, mysql and phpmyadmin.
I have set everything all right, I can access the wordpress site and edit it when I'm connected to my router, but once I try to access it from outside using my phone network, it loads but it shows no images and the website looks totally disorganized.
I'm using no-ip to get a static IP, I have set the router DMZ on the Pi and it's connected through WiFi, so there should be no firewall between the Pi and my phone.
I really don't get why this is happening, it looks like something is blocking some parts of the info exchange, could this be my ISP and the solution would be to change the website port from 80 to another one? I'm starting to discard this option because when I access from outside to the phpmyadmin management site, it loads correctly, including all images.
As I said this is my first experience and I don't know what else to look, I would really appreciate help from more experienced users.
WordPress uses two configuration variables to determine the address of the site and the address of resources for the site. See changing the site URL for details.
You currently have these values set to an internal address that cannot be resolved to your static IP.
If you set the values to your external address (used by your phone network to access the website), the external access should begin to work, e.g. http://example.ddns.net/. However, a negative side-effect is that internal access may stop working!
You should be able to make both internal and external access work, by removing the scheme and hostname from the values, and setting only the path component, e.g. /.

https needed for certain feature in chrome

There's a recent update in Google Chrome's security in which they don't allow using the geolocation and accessing webcam when the site is not 'https'.
Is there a way to disable this for local IP addresses? We're only using it in out intranet so there's no way to put https in it.
Hope somebody can help me
Thanks
It only works on localhost, but not on the internal network.
The best I can suggest is to install a local page on each user's localhost. The page, when loaded, would store the user's location, record it in memory, then call an endpoint on your local network to transmit the data.

Is it possible to make the PC as a web storage?

I am looking for a space storage for my website because my hosting server has a limited space storage and my question is... Is it possible to make the PC as a web storage?
Thank u for the answers...
You can use ownCloud 8 with Ubuntu Server operating system.
You will need to have a static IP address as well.
But this is a very bad idea for what you are trying to do.
Its always recommended to use real time cloud servers instead of your pc
for example :
Use
Youtube to host your videos ,
Imgur to host images,
GoogleDrive to host files
There are lot of other options you can think

how to access a website in my browser from an external network

I am having trouble following the only tutorial I could find on the certain type of port forwarding I think I need. The website I need to bring up isn't available for a direct access from outside networks. I need to know how to get into a computer that is accessible from the outside and then get into the one that is only available in the network that is external to mine. Any ideas on how I can use my browser to access those websites that are in the external network?
Thanks!
If you have a ping to your web site, check that your site is open for connection from outside networks and nothing blocking port 80.