FME Server HTTPS configuration - hostname | Community (2024)

Table of Contents
6 replies Reply
Solved
  • 15 September 2022

  • 6 replies
  • 62 views

Userlevel 3

FME Server HTTPS configuration - hostname | Community (3) +26

  • dustin FME Server HTTPS configuration - hostname | Community (4)

  • Influencer
  • 589 replies

I am trying to configure FME Server for HTTPS using a client provided pfx certificate. I have used this documentation, successfully completing steps 1-6. However I'm getting this error:FME Server HTTPS configuration - hostname | Community (5)I suspect there is an issue with the certificate, but I'm unsure where to begin looking, or how to fix.

When looking at the certificate details, the Owner CN is '*.<client_website>.com, which differs from the local host FME Server is installed with. Is this the same as the hostname?

icon

Best answer by hkingsbury 15 September 2022, 22:52

View original

  • Documentation
  • Upvote
  • Quote

6 replies

  • hkingsbury FME Server HTTPS configuration - hostname | Community (9)

  • Celebrity
  • 1158 replies
  • 1 year ago15 September 2022

You're accessing "localhost" not the url/hostname that the SSL Cert is for - so the above is expected. Its the browser saying "you asked me to go here (localhost) but the website is saying its (abc.xyz), are you sure you're in the right place"

During setup, i'd expect this, however if you're getting it when accessing FME Server via the URL that matches the SSL Cert then there is likely another issue

Check out the Abley FME Firesides on Youtube: https://www.youtube.com/@ableyltd

  • Upvote
  • Quote

Userlevel 3

FME Server HTTPS configuration - hostname | Community (12) +26

  • dustin FME Server HTTPS configuration - hostname | Community (13)

  • Author
  • Influencer
  • 589 replies
  • 1 year ago15 September 2022

You're accessing "localhost" not the url/hostname that the SSL Cert is for - so the above is expected. Its the browser saying "you asked me to go here (localhost) but the website is saying its (abc.xyz), are you sure you're in the right place"

During setup, i'd expect this, however if you're getting it when accessing FME Server via the URL that matches the SSL Cert then there is likely another issue

Very new to Server config, so bear with me.

Previously this install of Server was configured as http://awsapps044/fmeserver. Everything worked fine with this url. We were tasked with upgrading this to a secure configuration, and was provided the pfx certificate to use. After doing steps 1-6, I also got the same error in the original post when trying to access via https://awsapps044/fmeserver. I verified the certificate was successfully imported using the Helpful Tomcat Commands here: FME Server Troubleshooting: Configuring for HTTPS/SSL (safe.com)

I suspect I will need to request a new certificate from the client. If so, would that be a certificate for https://awsapps044/fmeserver?

  • Upvote
  • Quote

Userlevel 6

FME Server HTTPS configuration - hostname | Community (16) +31

  • hkingsbury FME Server HTTPS configuration - hostname | Community (17)

  • Celebrity
  • 1158 replies
  • 1 year ago15 September 2022
  • Best Answer

Very new to Server config, so bear with me.

Previously this install of Server was configured as http://awsapps044/fmeserver. Everything worked fine with this url. We were tasked with upgrading this to a secure configuration, and was provided the pfx certificate to use. After doing steps 1-6, I also got the same error in the original post when trying to access via https://awsapps044/fmeserver. I verified the certificate was successfully imported using the Helpful Tomcat Commands here: FME Server Troubleshooting: Configuring for HTTPS/SSL (safe.com)

I suspect I will need to request a new certificate from the client. If so, would that be a certificate for https://awsapps044/fmeserver?

The URL that the client uses to connect to FME Server needs to match the URL in the SSL Cert, so if they're only going to use the machinename to access it, then the cert needs to match that.

This also includes any external applications and users, so if there is a user/applicaiton accessing FME Server externally from the cleints network, then the machinename SSL Cert will cause errors.

It's probably best to have a chat with your clients network/IT department to understand how their network is configured and how they want it all to behave.

Check out the Abley FME Firesides on Youtube: https://www.youtube.com/@ableyltd

  • Upvote
  • Quote

Userlevel 3

FME Server HTTPS configuration - hostname | Community (20) +26

  • dustin FME Server HTTPS configuration - hostname | Community (21)

  • Author
  • Influencer
  • 589 replies
  • 1 year ago16 September 2022

Very new to Server config, so bear with me.

Previously this install of Server was configured as http://awsapps044/fmeserver. Everything worked fine with this url. We were tasked with upgrading this to a secure configuration, and was provided the pfx certificate to use. After doing steps 1-6, I also got the same error in the original post when trying to access via https://awsapps044/fmeserver. I verified the certificate was successfully imported using the Helpful Tomcat Commands here: FME Server Troubleshooting: Configuring for HTTPS/SSL (safe.com)

I suspect I will need to request a new certificate from the client. If so, would that be a certificate for https://awsapps044/fmeserver?

Thanks @hkingsbury​- This is very helpful.

  • Upvote
  • Quote

Userlevel 3

FME Server HTTPS configuration - hostname | Community (24) +26

  • dustin FME Server HTTPS configuration - hostname | Community (25)

  • Author
  • Influencer
  • 589 replies
  • 1 year ago16 September 2022

Very new to Server config, so bear with me.

Previously this install of Server was configured as http://awsapps044/fmeserver. Everything worked fine with this url. We were tasked with upgrading this to a secure configuration, and was provided the pfx certificate to use. After doing steps 1-6, I also got the same error in the original post when trying to access via https://awsapps044/fmeserver. I verified the certificate was successfully imported using the Helpful Tomcat Commands here: FME Server Troubleshooting: Configuring for HTTPS/SSL (safe.com)

I suspect I will need to request a new certificate from the client. If so, would that be a certificate for https://awsapps044/fmeserver?

One more question - if the client wishes to access FME Server both internally and externally, can both URLs be defined in a single SSL cert?

  • Upvote
  • Quote

Userlevel 6

FME Server HTTPS configuration - hostname | Community (28) +31

  • hkingsbury FME Server HTTPS configuration - hostname | Community (29)

  • Celebrity
  • 1158 replies
  • 1 year ago18 September 2022

Very new to Server config, so bear with me.

Previously this install of Server was configured as http://awsapps044/fmeserver. Everything worked fine with this url. We were tasked with upgrading this to a secure configuration, and was provided the pfx certificate to use. After doing steps 1-6, I also got the same error in the original post when trying to access via https://awsapps044/fmeserver. I verified the certificate was successfully imported using the Helpful Tomcat Commands here: FME Server Troubleshooting: Configuring for HTTPS/SSL (safe.com)

I suspect I will need to request a new certificate from the client. If so, would that be a certificate for https://awsapps044/fmeserver?

yes/no/maybe. really depends on how the whole network infrastructure is setup. Here are two examples I commonly see:

  1. Machine is only access through the full url over https. There may be different routing for an internal client vs external, but only the url is used
  2. Internally, the machine is only access via http, either through the machine name or url (no ssl certs to worry about). The internal network config makes sure to only route the url via http. External access is via https only. When an external users request reaches the network, the first hop is through a load balancer/firewall. This decrypts the https and re routes it internally through http

Check out the Abley FME Firesides on Youtube: https://www.youtube.com/@ableyltd

  • Upvote
  • Quote

Reply


FME Server HTTPS configuration - hostname | Community (2024)
Top Articles
Council Post: How Passkeys Can Enhance Enterprise Security
2024 MaxPreps All-America Team: Konnor Griffin of Jackson Prep headlines high school baseball's best
Craigslist Home Health Care Jobs
Ups Stores Near
Television Archive News Search Service
It may surround a charged particle Crossword Clue
Davante Adams Wikipedia
Watch Mashle 2nd Season Anime Free on Gogoanime
Women's Beauty Parlour Near Me
P2P4U Net Soccer
Think Of As Similar Crossword
Ub Civil Engineering Flowsheet
Best Cheap Action Camera
Riegler &amp; Partner Holding GmbH auf LinkedIn: Wie schätzen Sie die Entwicklung der Wohnraumschaffung und Bauwirtschaft…
Embassy Suites Wisconsin Dells
True Statement About A Crown Dependency Crossword
Busty Bruce Lee
Nissan Rogue Tire Size
Vistatech Quadcopter Drone With Camera Reviews
Stardew Expanded Wiki
Zoe Mintz Adam Duritz
Foxy Brown 2025
Libinick
Busted Newspaper Fauquier County Va
Craigs List Tallahassee
[PDF] PDF - Education Update - Free Download PDF
Bidevv Evansville In Online Liquid
Prot Pally Wrath Pre Patch
15 Primewire Alternatives for Viewing Free Streams (2024)
Urbfsdreamgirl
Studentvue Calexico
Calvin Coolidge: Life in Brief | Miller Center
Housing Assistance Rental Assistance Program RAP
Cheap Motorcycles Craigslist
Audi Q3 | 2023 - 2024 | De Waal Autogroep
Why The Boogeyman Is Rated PG-13
The Boogeyman Showtimes Near Surf Cinemas
Kelley Blue Book Recalls
PruittHealth hiring Certified Nursing Assistant - Third Shift in Augusta, GA | LinkedIn
Aita For Announcing My Pregnancy At My Sil Wedding
Vons Credit Union Routing Number
QVC hosts Carolyn Gracie, Dan Hughes among 400 laid off by network's parent company
Promo Code Blackout Bingo 2023
Does Target Have Slime Lickers
Avance Primary Care Morrisville
War Room Pandemic Rumble
Beds From Rent-A-Center
Bf273-11K-Cl
Joy Taylor Nip Slip
Legs Gifs
Okta Login Nordstrom
Amourdelavie
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 5591

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.