Tychio
Tychio

Reputation: 627

Using HTTPS for GitHub Pages in Google Chrome

I added a operation to use the microphone for my GitHub Pages hosted blog. But Chrome keeps on asking for media permissions again and again. I found out it Access Camera & Microphone in Chrome supports. The error message is:

"If you select Allow on a "http" URL your preference will not be remembered in future visits."

How do I set up or use HTTPS on GitHub Pages? Or at least how can I make Chrome remember to Allow in the preference.

Upvotes: 5

Views: 563

Answers (2)

VonC
VonC

Reputation: 1330012

Since June 2016 (three years later), GitHub pages do support https!

See "HTTPS for GitHub Pages"

GitHub Pages now officially1 supports HTTPS for all <username>.github.io sites. HTTPS provides a layer of encryption that prevents others from snooping on or tampering with traffic to your Pages site.

You can now visit *.github.io sites using HTTPS and configure HTTPS enforcement for your site.
With HTTPS enforcement enabled, any HTTP requests to your github.io site will be transparently redirected to HTTPS.

No need to adjust anything in your Chrome.

enter image description here

Upvotes: 3

RobertKenny
RobertKenny

Reputation: 3626

Github pages does not support https see https://help.github.com/articles/what-are-github-pages

Upvotes: 0

Related Questions