HTTPS access

Core FTP Server questions and answers
Post Reply
tofus
Posts: 3
Joined: Wed Sep 11, 2019 11:30 pm

HTTPS access

Post by tofus »

I am trying to implement SFTP server, whole process is almost painless and quick, but I am stuck on https access.
The server is Windows 10 Pro, and Core SFTP is using self-signed cert.
When I try to access https using Chrome I get the message 'This page is not secured'

I am guessing I need a real SSL cert, if I make a CSR request, what is the best way to do ?
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: HTTPS access

Post by ForumAdmin »

it may just be Chrome itself. Running a few tests here I am not seeing issues with other browsers... Chrome may have once again changed its acceptable header format.
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: HTTPS access

Post by ForumAdmin »

Fixes will be in build 689 and greater.
Post Reply